• frmPurchaseReport.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmPurchaseReport
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPurchaseReport))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.Panel4 = New System.Windows.Forms.Panel()
29         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
30         Me.Label2 = New System.Windows.Forms.Label()
31         Me.Label4 = New System.Windows.Forms.Label()
32         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
33         Me.btnGetData = New System.Windows.Forms.Button()
34         Me.Panel5 = New System.Windows.Forms.Panel()
35         Me.btnClose = New System.Windows.Forms.Button()
36         Me.btnReset = New System.Windows.Forms.Button()
37         Me.Panel2 = New System.Windows.Forms.Panel()
38         Me.Label1 = New System.Windows.Forms.Label()
39         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
40         Me.Label3 = New System.Windows.Forms.Label()
41         Me.cmbSupplier = New System.Windows.Forms.ComboBox()
42         Me.btnViewReport = New System.Windows.Forms.Button()
43         Me.Panel3 = New System.Windows.Forms.Panel()
44         Me.Panel1.SuspendLayout()
45         Me.Panel4.SuspendLayout()
46         Me.Panel5.SuspendLayout()
47         Me.Panel2.SuspendLayout()
48         Me.Panel3.SuspendLayout()
49         Me.SuspendLayout()
50         
'
51         
'Panel1
52         
'
53         Me.Panel1.BackColor = System.Drawing.Color.White
54         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
55         Me.Panel1.Controls.Add(Me.Panel4)
56         Me.Panel1.Controls.Add(Me.Panel5)
57         Me.Panel1.Controls.Add(Me.Panel3)
58         Me.Panel1.Controls.Add(Me.Panel2)
59         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
60         Me.Panel1.Name =
"Panel1"
61         Me.Panel1.Size = New System.Drawing.Size(
963, 156)
62         Me.Panel1.TabIndex =
2
63         
'
64         
'Panel4
65         
'
66         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
67         Me.Panel4.Controls.Add(Me.dtpDateTo)
68         Me.Panel4.Controls.Add(Me.Label2)
69         Me.Panel4.Controls.Add(Me.Label4)
70         Me.Panel4.Controls.Add(Me.dtpDateFrom)
71         Me.Panel4.Controls.Add(Me.btnGetData)
72         Me.Panel4.Location = New System.Drawing.Point(
382, 75)
73         Me.Panel4.Name =
"Panel4"
74         Me.Panel4.Size = New System.Drawing.Size(
368, 70)
75         Me.Panel4.TabIndex =
47
76         
'
77         
'dtpDateTo
78         
'
79         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
80         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
81         Me.dtpDateTo.Location = New System.Drawing.Point(
153, 27)
82         Me.dtpDateTo.Name =
"dtpDateTo"
83         Me.dtpDateTo.Size = New System.Drawing.Size(
119, 20)
84         Me.dtpDateTo.TabIndex =
14
85         
'
86         
'Label2
87         
'
88         Me.Label2.AutoSize = True
89         Me.Label2.Location = New System.Drawing.Point(
150, 8)
90         Me.Label2.Name =
"Label2"
91         Me.Label2.Size = New System.Drawing.Size(
26, 13)
92         Me.Label2.TabIndex =
13
93         Me.Label2.Text =
"To :"
94         
'
95         
'Label4
96         
'
97         Me.Label4.AutoSize = True
98         Me.Label4.Location = New System.Drawing.Point(
10, 8)
99         Me.Label4.Name =
"Label4"
100         Me.Label4.Size = New System.Drawing.Size(
36, 13)
101         Me.Label4.TabIndex =
12
102         Me.Label4.Text =
"From :"
103         
'
104         
'dtpDateFrom
105         
'
106         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
107         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
108         Me.dtpDateFrom.Location = New System.Drawing.Point(
13, 27)
109         Me.dtpDateFrom.Name =
"dtpDateFrom"
110         Me.dtpDateFrom.Size = New System.Drawing.Size(
119, 20)
111         Me.dtpDateFrom.TabIndex =
11
112         
'
113         
'btnGetData
114         
'
115         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
116         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
117         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
118         Me.btnGetData.Location = New System.Drawing.Point(
278, 27)
119         Me.btnGetData.Name =
"btnGetData"
120         Me.btnGetData.Size = New System.Drawing.Size(
76, 20)
121         Me.btnGetData.TabIndex =
1
122         Me.btnGetData.Text =
"View Report"
123         Me.btnGetData.UseVisualStyleBackColor = True
124         
'
125         
'Panel5
126         
'
127         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
128         Me.Panel5.Controls.Add(Me.btnClose)
129         Me.Panel5.Controls.Add(Me.btnReset)
130         Me.Panel5.Location = New System.Drawing.Point(
756, 75)
131         Me.Panel5.Name =
"Panel5"
132         Me.Panel5.Size = New System.Drawing.Size(
192, 70)
133         Me.Panel5.TabIndex =
46
134         
'
135         
'btnClose
136         
'
137         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
138         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
139         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
140         Me.btnClose.Location = New System.Drawing.Point(
101, 23)
141         Me.btnClose.Name =
"btnClose"
142         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
143         Me.btnClose.TabIndex =
4
144         Me.btnClose.Text =
"Close"
145         Me.btnClose.UseVisualStyleBackColor = True
146         
'
147         
'btnReset
148         
'
149         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
150         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
151         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
152         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
153         Me.btnReset.Name =
"btnReset"
154         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
155         Me.btnReset.TabIndex =
0
156         Me.btnReset.Text =
"Reset"
157         Me.btnReset.UseVisualStyleBackColor = True
158         
'
159         
'Panel2
160         
'
161         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
162         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
163         Me.Panel2.Controls.Add(Me.Label1)
164         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
165         Me.Panel2.Name =
"Panel2"
166         Me.Panel2.Size = New System.Drawing.Size(
939, 62)
167         Me.Panel2.TabIndex =
0
168         
'
169         
'Label1
170         
'
171         Me.Label1.AutoSize = True
172         Me.Label1.BackColor = System.Drawing.Color.Transparent
173         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
174         Me.Label1.ForeColor = System.Drawing.Color.White
175         Me.Label1.Location = New System.Drawing.Point(
349, 18)
176         Me.Label1.Name =
"Label1"
177         Me.Label1.Size = New System.Drawing.Size(
176, 24)
178         Me.Label1.TabIndex =
0
179         Me.Label1.Text =
"Purchases Report"
180         
'
181         
'Timer1
182         
'
183         
'
184         
'Label3
185         
'
186         Me.Label3.AutoSize = True
187         Me.Label3.Location = New System.Drawing.Point(
10, 10)
188         Me.Label3.Name =
"Label3"
189         Me.Label3.Size = New System.Drawing.Size(
103, 13)
190         Me.Label3.TabIndex =
12
191         Me.Label3.Text =
"Search By Supplier :"
192         
'
193         
'cmbSupplier
194         
'
195         Me.cmbSupplier.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
196         Me.cmbSupplier.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
197         Me.cmbSupplier.FormattingEnabled = True
198         Me.cmbSupplier.Location = New System.Drawing.Point(
13, 30)
199         Me.cmbSupplier.Name =
"cmbSupplier"
200         Me.cmbSupplier.Size = New System.Drawing.Size(
235, 21)
201         Me.cmbSupplier.TabIndex =
13
202         
'
203         
'btnViewReport
204         
'
205         Me.btnViewReport.Cursor = System.Windows.Forms.Cursors.Hand
206         Me.btnViewReport.FlatStyle = System.Windows.Forms.FlatStyle.Popup
207         Me.btnViewReport.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
208         Me.btnViewReport.Location = New System.Drawing.Point(
254, 30)
209         Me.btnViewReport.Name =
"btnViewReport"
210         Me.btnViewReport.Size = New System.Drawing.Size(
82, 21)
211         Me.btnViewReport.TabIndex =
5
212         Me.btnViewReport.Text =
"View Report"
213         Me.btnViewReport.UseVisualStyleBackColor = True
214         
'
215         
'Panel3
216         
'
217         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
218         Me.Panel3.Controls.Add(Me.btnViewReport)
219         Me.Panel3.Controls.Add(Me.cmbSupplier)
220         Me.Panel3.Controls.Add(Me.Label3)
221         Me.Panel3.Location = New System.Drawing.Point(
9, 75)
222         Me.Panel3.Name =
"Panel3"
223         Me.Panel3.Size = New System.Drawing.Size(
367, 70)
224         Me.Panel3.TabIndex =
45
225         
'
226         
'frmPurchaseReport
227         
'
228         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
229         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
230         Me.BackColor = System.Drawing.Color.DarkSlateGray
231         Me.ClientSize = New System.Drawing.Size(
988, 183)
232         Me.Controls.Add(Me.Panel1)
233         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
234         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
235         Me.MaximizeBox = False
236         Me.MinimizeBox = False
237         Me.Name =
"frmPurchaseReport"
238         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
239         Me.Panel1.ResumeLayout(False)
240         Me.Panel4.ResumeLayout(False)
241         Me.Panel4.PerformLayout()
242         Me.Panel5.ResumeLayout(False)
243         Me.Panel2.ResumeLayout(False)
244         Me.Panel2.PerformLayout()
245         Me.Panel3.ResumeLayout(False)
246         Me.Panel3.PerformLayout()
247         Me.ResumeLayout(False)
248
249     End Sub
250     Friend WithEvents Panel1 As System.Windows.Forms.Panel
251     Friend WithEvents Panel2 As System.Windows.Forms.Panel
252     Friend WithEvents Label1 As System.Windows.Forms.Label
253     Friend WithEvents Panel5 As System.Windows.Forms.Panel
254     Friend WithEvents btnClose As System.Windows.Forms.Button
255     Friend WithEvents btnReset As System.Windows.Forms.Button
256     Friend WithEvents Panel4 As System.Windows.Forms.Panel
257     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
258     Friend WithEvents Label2 As System.Windows.Forms.Label
259     Friend WithEvents Label4 As System.Windows.Forms.Label
260     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
261     Friend WithEvents btnGetData As System.Windows.Forms.Button
262     Friend WithEvents Timer1 As System.Windows.Forms.Timer
263     Friend WithEvents Panel3 As System.Windows.Forms.Panel
264     Friend WithEvents btnViewReport As System.Windows.Forms.Button
265     Friend WithEvents cmbSupplier As System.Windows.Forms.ComboBox
266     Friend WithEvents Label3 As System.Windows.Forms.Label
267
268 End Class


Gõ tìm kiếm nhanh...